home *** CD-ROM | disk | FTP | other *** search
/ Champak 142 / Volume 142 Oct 17 2011 - Damaged.iso / Games / rapid-fire.swf / scripts / DefineSprite_200_pause_clip / frame_1 / PlaceObject2_116_button_quality_7 / CLIPACTIONRECORD on(press).as next >
Text File  |  2011-10-17  |  172b  |  13 lines

  1. on(press){
  2.    if(_quality != "HIGH")
  3.    {
  4.       _quality = "HIGH";
  5.       gotoAndStop(1);
  6.    }
  7.    else
  8.    {
  9.       _quality = "LOW";
  10.       gotoAndStop(2);
  11.    }
  12. }
  13.